body{
  font-family:Arial, Helvetica, sans-serif;
  background:#e4e8ec;
  color:#333;
  line-height:1.7;
}

/* Header */
.blog-header{
  background:linear-gradient(135deg,#1e3c72,#2a5298);
  color:#fff;
  padding:80px 15%;
}

.blog-header h1{
  font-size:40px;
  margin-bottom:15px;
}

.blog-header p{
  font-size:18px;
  max-width:800px;
}

/* Content */
.blog-content{
  padding:60px 15%;
  background:#fff;
}

.blog-content h2{
  font-size:30px;
  color:#1e3c72;
  margin-top:40px;
}

.blog-content h3{
  font-size:22px;
  margin-top:25px;
  color:#2a5298;
}

.blog-content p{
  margin-top:10px;
  font-size:16px;
}

.blog-content ul{
  margin:15px 0 0 20px;
}

.blog-content ul li{
  margin-bottom:8px;
}

.main-footer{
  background:linear-gradient(180deg,#0b3aa8,#0a2f86);
  color:#fff;
  font-family:Arial, Helvetica, sans-serif;
}

/* Top strip */
.footer-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:15px 8%;
  background:#1e63f0;
  font-size:14px;
}

.explore-btn{
  color:#fff;
  text-decoration:underline;
  font-weight:bold;
}

/* Units Section */
.footer-units{
  padding:50px 8%;
}

.footer-units h2{
  font-size:22px;
  margin-bottom:25px;
}

.unit-card{
  background:rgba(255,255,255,0.12);
  border-radius:16px;
  padding:25px;
  margin-bottom:20px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  transition:.3s;
}

.unit-card:hover{
  background:rgba(255,255,255,0.22);
  transform:translateY(-4px);
}

.unit-card h3{
  font-size:20px;
  margin-bottom:5px;
}

.unit-card span{
  font-size:14px;
  opacity:.9;
}

.unit-card a{
  color:#fff;
  text-decoration:none;
  font-size:14px;
  border-bottom:1px solid #fff;
}

/* Footer Links */
.footer-links{
  padding:20px 8%;
  border-top:1px solid rgba(255,255,255,0.3);
  display:flex;
  gap:20px;
  flex-wrap:wrap;
}

.footer-links a{
  color:#fff;
  text-decoration:underline;
  font-size:14px;
}

/* Bottom Section */
.footer-bottom{
  padding:30px 8%;
  text-align:center;
}

.footer-bottom p{
  margin-bottom:20px;
  font-size:14px;
  opacity:.9;
}

.badges{
  display:flex;
  justify-content:center;
  gap:20px;
  flex-wrap:wrap;
}

.badge{
  background:#fff;
  color:#0b3aa8;
  padding:12px 20px;
  border-radius:10px;
  font-size:13px;
  font-weight:bold;
  text-align:center;
  min-width:120px;
}
